Apex Code |
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global class IntegrationProcedureService implements System.Callable, omnistudio.VlocityOpenInterface2 {
global static Boolean isTest;
global IntegrationProcedureService() {
}
global Object call(String action, Map<String,Object> args) {
return null;
}
global static Boolean clearAllCache(String ipKey) {
return null;
}
global static Boolean clearMetadataCache(String ipKey) {
return null;
}
global static Boolean clearOrgCache(String cacheKey) {
return null;
}
global static Boolean clearOrgCache(String ipKey, Object inputData) {
return null;
}
global static Boolean clearOrgCache(String ipKey, String blockName, Object inputData) {
return null;
}
global static Boolean clearSessionCache(String cacheKey) {
return null;
}
global static Boolean clearSessionCache(String ipKey, Object inputData) {
return null;
}
global static Boolean clearSessionCache(String ipKey, String blockName, Object inputData) {
return null;
}
@AuraEnabled
global static Object createNewVersion(String IdOrUniqueName) {
return null;
}
global Object invokeMethod(String methodName, Map<String,Object> input, Map<String,Object> output, Map<String,Object> options) {
return null;
}
global static Id runIntegrationProcedureQueueable(String procedureAPIName, Map<String,Object> input, Map<String,Object> options) {
return null;
}
global static Object runIntegrationProcedureServiceFromApex(String procedureAPIName, Map<String,Object> input, Map<String,Object> options) {
return null;
}
@Future(callout=true)
global static void runIntegrationServiceFuture(String procedureAPIName, String input, String options) {
}
global static Object runIntegrationService(String procedureAPIName, Map<String,Object> input, Map<String,Object> options) {
return null;
}
@AuraEnabled
global static Object vlcContinuationCallback(Map<String,Object> inputMap, Map<String,Object> options) {
return null;
}
}
|